cssstyle: Implement get_pango_font() directly
authorTimm Bäder <mail@baedert.org>
Thu, 16 Jan 2020 10:27:37 +0000 (11:27 +0100)
committerTimm Bäder <mail@baedert.org>
Sat, 18 Jan 2020 07:49:52 +0000 (08:49 +0100)
commit821efcb725987c23afd12ea856e23ad954d0c590
tree4f50ed4a37fa3da9e9d72903e85f7c59c489fd0e
parent85793fe6b663061acbd814d93e0e2324db59f8dd
cssstyle: Implement get_pango_font() directly

Instead of going through the slow GValue code path. This function was
unused, so use it in GtkWidget's update_pango_context() now.
gtk/gtkcssstyle.c
gtk/gtkwidget.c